Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 5d63084ece27930173ef0cd159c4553a36d67ebf


Parents : 21d2637
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-23T03:41:23-05:00

chore(workflow): update CodeQL build mode to 'none' and remove manual build steps

Changes

1 files changed, 1 insertions(+), 8 deletions(-)


Diff

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 648f8b91..de110c1f 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -135,14 +135,7 @@ jobs:
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
with:
languages: javascript-typescript
- build-mode: manual
-
- - name: Build (CodeQL trace)
- shell: bash
- run: |
- set -euo pipefail
- pnpm run version:sync
- pnpm run build-backend
+ build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────